home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 68 / Cine Live 68.iso / pc / Data / Interface / avant prem.k < prev    next >
Encoding:
Text File  |  2003-04-01  |  4.8 KB  |  246 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000260,$00000165,$00000267,$000002B6,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$000000C8,$00000041,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oMusic2,
  16.         omaprepmac3,
  17.         oFilm_14,
  18.         oFilm_25,
  19.         oFilm_36,
  20.         oFilm_410,
  21.         oFilm_59,
  22.         oFilm_67,
  23.         ommsomm8
  24.     ];
  25.     Events is [
  26.         cOnscreenEvent
  27.         with 
  28.             Commands is [
  29.                 cRunCommand
  30.                 with Flags is $00000004; Target is oMusic2; Rewind is true; end
  31.             ];
  32.         end,
  33.         cKeyboardEvent
  34.         with Value is "+"; 
  35.             Commands is [
  36.                 cSetVolumeCommand
  37.                 with Flags is $00000004; Mode is ExecuteHigher; end
  38.             ];
  39.         end,
  40.         cKeyboardEvent
  41.         with Value is "-"; 
  42.             Commands is [
  43.                 cSetVolumeCommand
  44.                 with Flags is $00000004; Mode is ExecuteLower; end
  45.             ];
  46.         end,
  47.         cKeyboardEvent
  48.         with Value is "m"; 
  49.             Commands is [
  50.                 cRunCommand
  51.                 with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
  52.             ];
  53.         end
  54.     ];
  55. end;
  56.  
  57. object oMusic2 is cSound
  58. with 
  59.     Flags is $00000150; 
  60.     Name is "Music"; 
  61.     
  62.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  63.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  64.     Looping is true; 
  65.     URL is "data/Sons/2.mp3"; URLOption is GetDiskURL; 
  66.     
  67. end;
  68.  
  69. object omaprepmac3 is cImage
  70. with 
  71.     Flags is $00000150; 
  72.     Name is "maprepmac"; 
  73.     Enabled is false; 
  74.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  75.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  76.     
  77.     URL is "data/Images/mapav.jpg"; URLOption is GetDiskURL; 
  78.     
  79.     
  80. end;
  81.  
  82. object oFilm_14 is cBox
  83. with 
  84.     Flags is $00000150; 
  85.     Name is "Film 1"; 
  86.     Region is {$FFFF0024,$00010000,$01A2020A,$00010000,$020A7FFF,$015100B4,$020A7FFF,$01A20000,$00B47FFF,$7FFF0000};
  87.     Cursor is oFingerCursor; 
  88.     Y is 68; 
  89.     Width is 522; Height is 418; 
  90.     
  91.     
  92.     Events is [
  93.         cMouseUpEvent
  94.         with Flags is $00000004; Flag is true; 
  95.             Commands is [
  96.                 cBrowseCommand
  97.                 with Flags is $00000004; URL is "av1.k"; end
  98.             ];
  99.         end
  100.     ];
  101. end;
  102.  
  103. object oFilm_25 is cBox
  104. with 
  105.     Flags is $00000150; 
  106.     release Editor:
  107.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  108.     end;
  109.     Name is "Film 2"; 
  110.     Region is {$FFFF0028,$00000000,$008700A2,$00000001,$00A17FFF,$00770000,$000100A1,$00A27FFF,$00870000,$00A27FFF,$7FFF0000};
  111.     Cursor is oFingerCursor; 
  112.     X is 183; Y is 411; 
  113.     Width is 162; Height is 135; 
  114.     
  115.     
  116.     Events is [
  117.         cMouseUpEvent
  118.         with Flags is $00000004; Flag is true; 
  119.             Commands is [
  120.                 cBrowseCommand
  121.                 with Flags is $00000004; URL is "av2.k"; end
  122.             ];
  123.         end
  124.     ];
  125. end;
  126.  
  127. object oFilm_36 is cBox
  128. with 
  129.     Name is "Film 3"; 
  130.     Cursor is oFingerCursor; 
  131.     X is 348; Y is 410; 
  132.     Width is 204; Height is 137; 
  133.     
  134.     
  135.     Events is [
  136.         cMouseUpEvent
  137.         with Flag is true; 
  138.             Commands is [
  139.                 cBrowseCommand
  140.                 with URL is "av3.k"; end
  141.             ];
  142.         end
  143.     ];
  144. end;
  145.  
  146. object oFilm_410 is cBox
  147. with 
  148.     Name is "Film 4"; 
  149.     Region is {$FFFF000A,$00010000,$00D5010F};
  150.     Cursor is oFingerCursor; 
  151.     X is 530; Y is 68; 
  152.     Width is 271; Height is 214; 
  153.     
  154.     
  155.     Events is [
  156.         cMouseUpEvent
  157.         with Flag is true; 
  158.             Commands is [
  159.                 cBrowseCommand
  160.                 with URL is "av4.k"; end
  161.             ];
  162.         end
  163.     ];
  164. end;
  165.  
  166. object oFilm_59 is cBox
  167. with 
  168.     Flags is $00008151; 
  169.     Name is "Film 5"; 
  170.     Region is {$FFFF0024,$00010000,$00B20112,$00010000,$01127FFF,$00790000,$001F7FFF,$00B2001F,$01127FFF,$7FFF0000};
  171.     Cursor is oFingerCursor; 
  172.     X is 527; Y is 285; 
  173.     Width is 274; Height is 179; 
  174.     
  175.     
  176.     Events is [
  177.         cMouseUpEvent
  178.         with Flags is $00004004; Flag is true; 
  179.             Commands is [
  180.                 cBrowseCommand
  181.                 with Flags is $00004004; URL is "av5.k"; end
  182.             ];
  183.         end
  184.     ];
  185. end;
  186.  
  187. object oFilm_67 is cBox
  188. with 
  189.     Flags is $00000150; 
  190.     release Editor:
  191.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  192.     end;
  193.     Name is "Film 6"; 
  194.     Region is {$FFFF000A,$00010000,$008500CA};
  195.     Cursor is oFingerCursor; 
  196.     X is 556; Y is 468; 
  197.     Width is 202; Height is 134; 
  198.     
  199.     
  200.     Events is [
  201.         cMouseUpEvent
  202.         with Flags is $00000004; Flag is true; 
  203.             Commands is [
  204.                 cBrowseCommand
  205.                 with Flags is $00000004; URL is "av6.k"; end
  206.             ];
  207.         end
  208.     ];
  209. end;
  210.  
  211. object ommsomm8 is cImage
  212. with 
  213.     Name is "mmsomm"; 
  214.     Shown is false; Cursor is oFingerCursor; 
  215.     X is 629; Y is 573; 
  216.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  217.     
  218.     URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL; 
  219.     
  220.     
  221.     Events is [
  222.         cMouseEnterEvent
  223.         with 
  224.             Commands is [
  225.                 cShowCommand
  226.                 with Target is oTargetSelf; end
  227.             ];
  228.         end,
  229.         cMouseLeaveEvent
  230.         with 
  231.             Commands is [
  232.                 cShowCommand
  233.                 with Target is oTargetSelf; Mode is Clear; end
  234.             ];
  235.         end,
  236.         cMouseUpEvent
  237.         with Flag is true; 
  238.             Commands is [
  239.                 cRunCommand
  240.                 with Target is oMusic2; Mode is Clear; Rewind is true; end,
  241.                 cBrowseCommand
  242.                 with URL is "sommaire.k"; end
  243.             ];
  244.         end
  245.     ];
  246. end;